projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5e2b3f
)
Add a note about tooltip limitations
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 11 Sep 2009 16:47:32 +0000
(12:47 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 11 Sep 2009 16:47:32 +0000
(12:47 -0400)
Apparently Windows only shows the first 64 characters of tooltips
on statusicons. Bug 594600.
gtk/gtkstatusicon.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstatusicon.c
b/gtk/gtkstatusicon.c
index 0d6a262d8dc53040a70a6d55acd84f29d0c25ecd..1cdb0c15d3441964e985a9a3028b9c141b658302 100644
(file)
--- a/
gtk/gtkstatusicon.c
+++ b/
gtk/gtkstatusicon.c
@@
-370,6
+370,10
@@
gtk_status_icon_class_init (GtkStatusIconClass *class)
* the default handler for the #GtkStatusIcon::query-tooltip signal
* will take care of displaying the tooltip.
*
+ * Note that some platforms have limitations on the length of tooltips
+ * that they allow on status icons, e.g. Windows only shows the first
+ * 64 characters.
+ *
* Since: 2.16
*/
g_object_class_install_property (gobject_class,